Click here to return.
Array (last edit: 24. November 2024)
Definition
An array is a collection of variables, all of the same type, and accessed using the same name plus one or more indices. - Packed Arrays - Unpacked Arrays SystemVerilog offers much flexibility in building complicated data structures through the different types of arrays. - Static Arrays - Dynamic Arrays - Associative Arrays - Queues
Syntax
Placement
Rules
Things to remember
Synthesis
Example
See Also